home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / bimpzip2 / read.me < prev    next >
Text File  |  1994-03-01  |  2KB  |  50 lines

  1.                KC Consultants Announces BIMPZIP 2.0 !!!!
  2.  
  3.    If you are like me, you are constantly running out of disk space.
  4. The other day I noticed that I had over 29 megabytes of bitmaps for
  5. Windows wallpaper.  The BMP format is very wasteful of space.  So I
  6. wrote this little program in Visual Basic 3.0 to solve the problem.
  7.  
  8.    BIMPZIP uses PKZIP and PKUNZIP.  You must have those 2 programs on
  9. your path for it to work.  The first time you run BIMPZIP it will
  10. compress all your bitmaps (*.BMP) into a zip file called BMPS.ZIP. It
  11. keeps this in your windows directory.  It then creates a list file
  12. called BMPS.LST that is a listing of the all the file names in the zip
  13. file.
  14.  
  15.    Then each time you run BIMPZIP it will find the next bitmap in the
  16. file and unzips it. It also deletes the existing bitmap (remember, its
  17. already in the zip file.) The next time you start windows the new
  18. bitmap will be in place.  The program also makes a guess as to whether
  19. or not the bitmap should be tiled. (BMPS smaller than 55k get tiled.)
  20.  
  21.    BIMPZIP is FREE!!!  All I ask is that you don't sell it or
  22. incorporate it in to another product without first contacting me.  I can
  23. be reached on Channel1 (Kurt Levitan), Compuserve (72570,2747), and on
  24. the Internet as kurt@tfn.com.  I have also included the source code so
  25. you can make any interesting changes for yourself.  If you add any neat
  26. features, please let me know about them.
  27.  
  28. INSTALLATION: Unzip everything in to a directory of your choice.  You
  29.    only need BIMPZIP.EXE to run the program. The other files are Visual
  30.    Basic source code.  You also need VBRUN300.DLL (not included).  This
  31.    needs to be in your windows\system directory.  If you don't have this
  32.    file, you can find it on almost any BBS.
  33.  
  34.    Now add BIMPZIP to a group.  I like to have it in my Startup group so
  35.    that it runs every time I start Windows.  Remember, the first time
  36.    you run the program it will take a while to create the BMPS.ZIP file.
  37.  
  38.    If you get moe bitmaps and want to add them to your collection, just
  39.    delete BMPS.LST.  The program will update the BMPS.ZIP file the next
  40.    time it is run.
  41.  
  42. LEGAL mumbo-jumbo
  43.    Please note that I have not done any extensive testing of this
  44.    program, other than on my own PC (HP Vectra U 486/33).  KC
  45.    Consultants and Kurt Levitan take no responsibility for any harm that
  46.    might occur from using this software.
  47.  
  48. ENJOY!!
  49.  
  50.